object FrmInsertAddress: TFrmInsertAddress Left = 379 Top = 107 Width = 152 Height = 227 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = 'Insert Addresses' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefaultPosOnly Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate PixelsPerInch = 120 TextHeight = 13 object PnlBottom: TPanel Left = 0 Top = 156 Width = 144 Height = 31 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 0 DesignSize = ( 144 31) object BtnInsert: TSpeedButton Left = 42 Top = 4 Width = 100 Height = 25 Anchors = [akTop, akRight] Caption = '&Insert' OnClick = BtnInsertClick end end object PnlCenter: TPanel Left = 0 Top = 20 Width = 144 Height = 136 Align = alClient BevelOuter = bvNone ParentColor = True TabOrder = 1 object AddressTree: TElTree Left = 0 Top = 0 Width = 144 Height = 136 Align = alClient AlwaysKeepFocus = True AutoLookup = True BorderStyle = bsNone DeselectChildrenOnCollapse = True DoInplaceEdit = False DragTrgDrawMode = ColorRect ExpandOnDblClick = False FlatFocusedScrollbars = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] HeaderHeight = 20 HeaderHotTrack = False HeaderSections.Data = { F4FFFFFF01000000CCC0200601000000FFFFFFFF000101010100636F3C000000 0A0000001027000001000000F42C9B020000000001005C44000000000000016F 0000000000000000000100000000000050C0200648000000433A5C446174615C 506F636F335C4648656C702E44464D0074C0200674C0200624000000433A5C44 6174615C506F636F335C4648656C702E90000000080000004164647265737300 01000000000000000000000000} HeaderFlat = True HideHintOnTimer = True HideSelectColor = clGray HideSelectTextColor = clWhite HideSelection = True HorzScrollBarStyles.MinThumbSize = 16 HorzScrollBarStyles.NoSunkenThumb = True HorzScrollBarStyles.ShowTrackHint = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.ButtonSize = 21 Images = frmAddress.ImageS Images2 = frmAddress.ImageS ItemIndent = 10 LineHeight = 16 LinesColor = clBtnShadow LinesStyle = psSolid LockHeaderHeight = True OwnerDrawByColumn = False ParentFont = False PopupMenu = PopupOptions ScrollBackground = True ScrollTracking = True ShowLeafButton = False ShowLines = False ShowRoot = True SortType = stCustom StoragePath = 'Tree' TabOrder = 0 TabStop = True Tracking = False UnderlineTracked = False UseCustomScrollBars = False VerticalLines = True VertScrollBarStyles.MinThumbSize = 8 VertScrollBarStyles.NoSunkenThumb = True VertScrollBarStyles.ShowTrackHint = True VertScrollBarStyles.Width = 17 VertScrollBarStyles.ButtonSize = 21 TextColor = clBtnText BkColor = clBtnFace OnDblClick = BtnInsertClick OnKeyPress = AddressTreeKeyPress OnKeyUp = AddressTreeKeyUp end end object PnlTop: TPanel Left = 0 Top = 0 Width = 144 Height = 20 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 2 DesignSize = ( 144 20) object BtnBooks: TElPopupButton Left = 0 Top = 1 Width = 143 Height = 16 Cursor = crDefault DrawDefaultFrame = False PullDownMenu = PopupBooks PopupPlace = ppRight Flat = True LinkStyle = [fsUnderline] Margin = 3 NumGlyphs = 1 ShowFocus = False UseArrow = True ThinFrame = True ClickSound = '\' ShowBorder = False UseXPThemes = False Caption = '&Books' TabStop = False TabOrder = 0 Color = clBtnFace ParentColor = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 15 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = BtnBooksClick Anchors = [akLeft, akTop, akRight] DockOrientation = doNoOrient DoubleBuffered = False end end object PopupBooks: TPopupMenu Left = 60 Top = 21 end object PopupOptions: TPopupMenu Left = 52 Top = 84 object MenuWindowsMode: TMenuItem Caption = 'Use Windows Selection Mode' OnClick = MenuWindowsModeClick end end end